home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_367 / hyperdialer / deinstall < prev    next >
Text File  |  1992-05-06  |  546b  |  24 lines

  1. echo
  2. echo "HyperDialer Removal"
  3. echo "------------------------------------------------------------------"
  4. echo "This script will REMOVE HyperDialer from your C: directory and"
  5. echo "the 2 support files from your S: directory.  "
  6. echo 
  7. echo "WARNING: This program will delete HyperDialer!"
  8. echo 
  9. echo "Do you wish to continue (Y/N) " NOLINE
  10. ask
  11.  
  12. failat 20
  13.  
  14. IF WARN
  15.     delete C:HDial
  16.     delete S:HDial.Config
  17.     delete S:HDial.Phones 
  18.         delete LIBS:Req.Library
  19.     echo "HyperDialer Removal Complete."
  20. ELSE
  21.     echo "HyperDialer Removal Aborted."
  22. ENDIF
  23.  
  24.